Get rid of pre-package workaround
authorFelix Krull <f_krull@gmx.de>
Sat, 20 Oct 2018 10:19:33 +0000 (12:19 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
rust-bindings/rust/Makefile

index eb432c486a543a86bd7aa22d7d3314d3ffdde6e8..bef97f752b01ce6e44672a8cde2589a83c2f5316 100644 (file)
@@ -65,13 +65,11 @@ pages:
 publish_libostree-sys:
   stage: publish
   script:
-  - make pre-package
   - cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
   when: manual
 
 publish_libostree:
   stage: publish
   script:
-  - make pre-package
   - cargo publish --verbose --token $CRATES_IO_TOKEN
   when: manual
index 09dccb8f9f55e96cfc19d497f974cb4f6d34c59a..9676a755d4ce26ffb34ba535d88f20617b9413d4 100644 (file)
@@ -3,12 +3,6 @@ all: generate-libostree-sys generate-libostree
 .PHONY: update-gir-files
 
 
-# -- cargo package helpers --
-pre-package:
-       cp LICENSE libostree-sys/
-       cp README.md LICENSE libostree/
-
-
 # -- gir generation --
 target/tools/bin/gir:
        cargo install --root target/tools --git https://github.com/gtk-rs/gir.git -- gir